pointer n. 〔美國〕西點(diǎn) (West Point) 軍官學(xué)校學(xué)員。 n. 1.指示者;指示物;(鐘、表的)指針;教鞭;〔口語〕線索;暗示;點(diǎn)子。 2.能站住用鼻尖指示獵獲物所在處的獵狗。 3.〔pl.〕 (the P-) 【天文學(xué)】(大熊星座中的)兩顆指極星。 4.【軍事】(大炮)瞄準(zhǔn)手;(捕鯨船桅頭的)鯨位指示器。 5.〔口語〕廣告索引(=pointerad)。 6.【鐵路】閘柄。
value n. 1.價(jià)值;重要性;益處。 2.估價(jià),評(píng)價(jià)。 3.價(jià)格,所值;交換力。 4.(郵票的)面值。 5.等值;值得花的代價(jià)。 6.(字等的)真義,意義。 7.【數(shù)學(xué)】值;【語言學(xué)】音值;【生物學(xué)】(分類上的)等級(jí);【音樂】音的長短;【繪畫】明暗配合。 8.〔 pl.〕生活的理想,道德價(jià)值;社會(huì)準(zhǔn)則。 rated value 額定值。 proper value 【物理學(xué)】本征值。 commercial [economic] value 經(jīng)濟(jì)價(jià)值。 exchange(able) value (= value in exchange) 交換價(jià)值。 value in use 使用價(jià)值。 surplus value 剩余價(jià)值。 face value 票面價(jià)格。 market value市價(jià)。 pay full value for sth. 對(duì)某物付足代價(jià)。 the value of the dollar 美元的購買力。 the value of a symbol 某符號(hào)的意義。 be of [no] value有[無]價(jià)值。 (for) value received 〔支票用語〕貸款…正。 of value有價(jià)值的 (news of value重要消息)。 out of value(繪畫等)明暗不調(diào)和。 place a value on 估價(jià),評(píng)價(jià)。 put [set] a high [much] value (up)on 高估;重視,看重。 vt. 1.給…估價(jià),定…的價(jià)。 2.對(duì)…作出評(píng)價(jià);尊重,看重(Troops are valued for quality rather than for number. 兵貴精不貴多)。 value oneself for (what one does, etc.) 夸耀(自己事業(yè)等)。 value oneself (up)on 自夸 (sth.) (value up(on) one's knowledge 夸耀自己的知識(shí))。
The pointer value is printed along with what it points to 同時(shí)打印出了指針值及其所指向的值。
The data pointer value is not valid 數(shù)據(jù)指針值無效。
Jni puts the interface pointer value at a location specified by its first parameter Jni將接口指針值放在由第一個(gè)參數(shù)指定的位置。
Jni puts the interface pointer value at a location specified by its second parameter 創(chuàng)建了jvm , jni將接口指針值放在由第二個(gè)參數(shù)指定的位置。
Pointers are 64 - bit on 64 - bit platforms , and you will truncate the pointer value if you assign it to a 32 - bit variable 在64位平臺(tái)上,指針為64位,如果將該指針賦給32位變量,則應(yīng)截?cái)嘣撝羔樦怠?
But you will often see methods that indicate such a condition by returning a null - pointer value and , perhaps , printing a message to 但是經(jīng)??吹降姆椒ㄊ峭ㄟ^返回一個(gè)空指針值來表明這種情況(以及,可能打印一條消息到
Declaration that includes both integer and pointer values , and you declare a token to use the pointer value , but your lexer fills in the integer value . . . bad things can happen 聲明,而且您聲明了一個(gè)記號(hào)來使用指針類型的值,但是您的lexer卻賦與其整型的值可能會(huì)發(fā)生不正常的事情。
Since it will never return a pointer value that is already in use in the current program unless you are doing something illegal , such as using memory after it has been freed 的c運(yùn)行時(shí)庫實(shí)現(xiàn),因?yàn)樗鼪Q不會(huì)返回已經(jīng)在當(dāng)前程序中使用的指針值(除非您執(zhí)行某個(gè)非法操作,如在內(nèi)存已被釋放之后使用它) 。